Get audit logs
Retrieve system audit logs with optional filtering.
This endpoint returns a list of system audit logs that track various system events and user actions. The logs can be filtered by:
- Event types
- User ID
- User email
- Date range (start date and end date)
Each log entry contains details about the event type, affected resource, user information, timestamp, and any changes made (old and new values).
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Response
Successful Response
The type of event that triggered this audit log (e.g. create, update, delete)
The id of the audit log entry
The email address of the user who performed the action
The id of the user who performed the action
The identifier or path of the resource that was modified
The detailed description of the event that occurred
The JSON representation of the resource state after the change
The JSON representation of the resource state before the change
The datetime when this audit log entry was created
